home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 44
/
Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso
/
-serious-
/
wb
/
merlin
/
rexx
/
miamionline.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1999-07-12
|
523b
|
36 lines
/* Script to launch miami and put it online */
options results
signal on break_c
/* start Miami */
if ~show( ports, "MIAMI.1") then do
say "Launching Miami..."
address command 'run <>nil:' 'miami:miami'
address command 'waitforport MIAMI.1'
end
/* Connect to Internet */
address 'MIAMI.1'
isonline
if rc=0 then do
say "Connecting to Internet provider..."
online
isonline
if rc=0 then goto break_c
end
exit
break_c:
say ""
say "Abort!!! Closing Connection.."
address Miami.1
offline